home *** CD-ROM | disk | FTP | other *** search
- * Different finishes
- * In the dxf file the color numbers assigned to the balls are assigned a
- * different finish. For example, all objects colored red is assigned
- * a matte finish.
-
- global
- sky cloudy
- floor tiles
-
- insert before_textures begin_insert
- #include "rshapes.inc"
- end_insert
-
- * The keywork after "texture" in the following lines are either a color
- * keyword or a color number from 0-255 (see Directive File Syntax):
- * For example "red" can be replaced by "1", "3" by "green", etc.
-
- texture red finish matte
- texture 2 finish plastic
- texture 3 finish glossy
- texture 4 finish metallic
- texture blue finish reflective
- texture 6 finish glassy
- texture 7 finish luminous
- texture orange
-
- * The other unneeded blocks are left out
- block ELLIPS external Ellipsoid
-